Uses of Class
negotiator.boaframework.NegotiationSession

Packages that use NegotiationSession
negotiator.boaframework   
 

Uses of NegotiationSession in negotiator.boaframework
 

Methods in negotiator.boaframework with parameters of type NegotiationSession
 void OpponentModel.init(NegotiationSession negotiationSession)
          Alternative init method to initialize the model without setting parameters.
 void OpponentModel.init(NegotiationSession negotiationSession, java.util.HashMap<java.lang.String,java.lang.Double> parameters)
          Initializes the model.
 void AcceptanceStrategy.init(NegotiationSession negotiationSession, OfferingStrategy offeringStrategy, java.util.HashMap<java.lang.String,java.lang.Double> parameters)
          Standard initialize method to be called after using the empty constructor.
 void OMStrategy.init(NegotiationSession negotiationSession, OpponentModel model)
          Initialize method which my be used when the opponent model strategy has no parameters, or when the default values for these parameters should be used.
 void OMStrategy.init(NegotiationSession negotiationSession, OpponentModel model, java.util.HashMap<java.lang.String,java.lang.Double> parameters)
          Initialize method to be used by the BOA framework.
 void OfferingStrategy.init(NegotiationSession negotiationSession, OpponentModel opponentModel, OMStrategy omStrategy, java.util.HashMap<java.lang.String,java.lang.Double> parameters)
          Initializes the offering strategy.